Skip to content

0.5.0: Handler optimization and deserialization fix

Compare
Choose a tag to compare
@smudge smudge released this 20 Jan 22:07
· 8 commits to main since this release
66125d1

This release reduces the handler size by excluding the redundant 'job:' key (only 'job_data:' is necessary).

This ensures that a job can be deserialized even if the underlying ActiveJob class is unknown to the worker, and will result in a retryable NameError instead of a permanently-failed DeserializationError.