Skip to content

v0.0.4

Compare
Choose a tag to compare
@NicolasLM NicolasLM released this 03 Mar 11:31
· 120 commits to master since this release
  • Keep track of running idempotent jobs
  • Add job_failed and job_schedule_retry signals
  • Add Sentry integration
  • Arguments passed to signal handlers are not copied anymore
  • Rename Spinach class to Engine
  • Allow to retry jobs with RetryException
  • Make Spinach more reliable to connection errors
  • Handle receiving unknown tasks
  • Allow to schedule jobs in batch
  • Allow to define tasks in the Engine directly