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
Check that arguments are compatible with a task before scheduling
Tries to verify that the arguments passed while scheduling a job are
compatible with the task function to prevent a user from scheduling a
job that won't be able to be processed by workers.
Fixes#4
0 commit comments