0.5.0: Handler optimization and deserialization fix
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
.