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
"""Start task in background and return task and job ID.
217
213
218
214
Args:
219
215
coresys_obj: Instance that accesses coresys data using CoreSysAttributes
220
-
task_method: The method to execute in the background
221
-
bus_event: Event type to listen for which any initial validation has passed
222
-
event_filter: Function to determine if the event is the one specific to the job by the data
223
-
job_names: Alternative bus_event and event_filter. Validation considered passed when a named child job of primary one starts
216
+
task_method: The method to execute in the background. Must include a keyword arg 'validation_complete' of type asyncio.Event. Should set it after any initial validation has completed
224
217
*args: Arguments to pass to task_method
225
218
**kwargs: Keyword arguments to pass to task_method
0 commit comments