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
We’ve decided to keep escrow_completed as is. Once @Dzeranov confirms, task_creation_failed will be removed in favor of the standard escrow_failed event for any errors. Additionally, escrow_cleaned will be removed from the CVAT Exchange Oracle to ensure consistent event types across the system
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: