Skip to content

Releases: NicolasLM/spinach

v0.0.5

06 Mar 20:09
Compare
Choose a tag to compare
  • Automatically schedule periodic tasks

v0.0.4

03 Mar 11:31
Compare
Choose a tag to compare
  • 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

v0.0.3

07 Feb 18:37
Compare
Choose a tag to compare
  • Prevent user from using queues starting with '_'
  • Add ability to flush a broker
  • Move Redis broker code into the broker package
  • Implement signals: Spinach sends signals when some events happen
  • Allow to retry failed jobs
  • Allow to schedule jobs from a Tasks object

v0.0.2

03 Sep 19:27
Compare
Choose a tag to compare

Fix distribution

v0.0.1

03 Sep 18:58
Compare
Choose a tag to compare

Initial release