Skip to content

Updated Job API

Compare
Choose a tag to compare
@akira akira released this 10 Apr 00:51
· 426 commits to master since this release

Updated the Job manipulation API.

Should be able to preform needed operations on:

  • Active Jobs
  • Retry queue
  • Scheduled queue
  • Dead queue

Also moved everything to JobQueue module out of the GenServer so it can be accessed more easily. Also added tests.