ctdean / backtick

A background job processor using Clojure and Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job management features (list, cancel, etc)

Ramblurr opened this issue · comments

Are there any plans to add features for managing jobs, beyond simply scheduling them.

Specifically features like:

  • listing scheduled jobs
  • canceling specific jobs (particularly recurring jobs)
  • fetching individual job details (status, # tries, data blob, etc)

That is planned, but there is no time frame as of yet.