Replies: 1 comment
-
After some research in docs I got to know that there's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to pass some additional data from the main callback (in which I scheduled the job) to the callable (which will execute), so I decided to use a
dict
withjob.id
as key. Now what I want is upon a specific job execution I need that job id which got executed, to get some extra data from the dict. How can I achieve that?I hope you understood my question, If dont letme know in comments I'll try to improve
Beta Was this translation helpful? Give feedback.
All reactions