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
Jobs should be able to be tracked throughout their lifecycle. Either by Job ID or specific data matching. A tracked job should also show any jobs which created it along with any jobs it has created itself.
The text was updated successfully, but these errors were encountered:
I'll implement a form of tagging jobs so they can be traced throughout and a tag query api.
Not sure how to go about checking what child jobs a job creates - would require a heavy api change - something like this.Job.create in the runner as opposed to using the global instance - then we know the source.
Jobs should be able to be tracked throughout their lifecycle. Either by Job ID or specific data matching. A tracked job should also show any jobs which created it along with any jobs it has created itself.
The text was updated successfully, but these errors were encountered: