-
Notifications
You must be signed in to change notification settings - Fork 38
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
[CVAT][Exchange Oracle] Data cleanup #2428
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bobronium
force-pushed
the
ba/exchange-oracle/data-cleanup
branch
from
August 26, 2024 10:51
e673507
to
c4945e4
Compare
Bobronium
force-pushed
the
ba/exchange-oracle/data-cleanup
branch
from
August 27, 2024 10:26
872d08b
to
901a61b
Compare
Bobronium
changed the title
[Exchange Oracle] Data cleanup
[CVAT][Exchange Oracle] Data cleanup
Aug 27, 2024
packages/examples/cvat/exchange-oracle/src/core/oracle_events.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/crons/process_job_launcher_webhooks.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/crons/process_job_launcher_webhooks.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/crons/process_job_launcher_webhooks.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/services/cloud/s3.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/handlers/escrow_cleanup.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/handlers/escrow_cleanup.py
Outdated
Show resolved
Hide resolved
Bobronium
commented
Aug 29, 2024
packages/examples/cvat/exchange-oracle/src/handlers/escrow_cleanup.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/core/oracle_events.py
Outdated
Show resolved
Hide resolved
packages/examples/cvat/exchange-oracle/src/handlers/escrow_cleanup.py
Outdated
Show resolved
Hide resolved
- Add @cron_job` decorator which takes care of db session and logging for cron jobs - Add `handle_webhook` context manager which handles errors and gracefully catches errors when dealing with individual webhooks
…/project from CVAT
Co-authored-by: Maxim Zhiltsov <[email protected]>
Bobronium
force-pushed
the
ba/exchange-oracle/data-cleanup
branch
from
September 2, 2024 12:30
9f307a0
to
8b93823
Compare
zhiltsov-max
reviewed
Sep 3, 2024
packages/examples/cvat/exchange-oracle/src/handlers/escrow_cleanup.py
Outdated
Show resolved
Hide resolved
zhiltsov-max
previously approved these changes
Sep 3, 2024
Co-authored-by: Maxim Zhiltsov <[email protected]>
zhiltsov-max
approved these changes
Sep 3, 2024
Dzeranov
approved these changes
Sep 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
escrow_finished
event fromreputation_oracle
Summary of changes
New: handling webhooks from
reputation_oracle
escrow_completed
deleted
escrow_cleaned
Changed: handling webhooks from
job_launcher
escrow_created
handling failure:escrow_cancelled
:escrow_cleaned
How test the changes
New test module has been added as well as necessary changes to existing ones.
Related issues
Keywords for linking issues