-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Job Launcher] Invalid event types for webhooks #3059
Comments
We’ve decided to keep |
Exchange Oracle sends |
We should get rid of |
Describe the bug
Right now JL has next event types enum to validate webhook requests:
Processing on JL is supported for next event types:
EventType.ESCROW_COMPLETED
EventType.TASK_CREATION_FAILED
EventType.ESCROW_FAILED
However, what we have in other oracles is a bit different:
escrow_completed
is sent from Reputation Oracle to JL and all good heretask_creation_failed
is sent from Fortune ExcO, but CVAT ExcO sendsjob_creation_failed
escrow_failed
is not sent in system at allescrow_cleaned
is sent from CVAT ExcO, but not handled in JLExpected behavior
Webhook event types should be aligned within the system
The text was updated successfully, but these errors were encountered: