You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really a bug. That is how the library is written. EnqueueContext only overrides the context for saving the payload to Redis. The handler receives an AsynqContext which is base context (settable) + task metadata value added to it.
Describe the bug
unable to retrieve the original context in the handler
To Reproduce
Expected behavior
get the original context
Screenshots
Environment (please complete the following information):
asynq
package v0.24.1Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: