Releases: dimfeld/effectum
Releases · dimfeld/effectum
v0.7.0
v0.6.0
effectum-v0.5.0
The Job
type now contains the UUID which can be used to reference the job, instead of this value being generated
inside the queue and returned by add_job
. This helps to know the ID of the job when you may not be able to examine
the return value of add_job
, such as when submitting jobs using a transactional outbox pattern.