Skip to content
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

handle price confirmation when running tasks #449

Merged
merged 12 commits into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    14b7cb2 View commit details
    Browse the repository at this point in the history
  2. do not run expired tasks

    v9n committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    55820f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbd7242 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddf8f29 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. rename error, update comment

    v9n committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    30a2391 View commit details
    Browse the repository at this point in the history
  2. handle price confirmation when running tasks

    The price may have changed in extreme case by the time we run the tasks,
    if so, we adjust accordingly and emit an event.
    
    Task won't be put back to the queue but will be removed from the queue
    as if it has run succesfully, but we emit the event about stale price
    instead of executing the task
    v9n committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9c07a5a View commit details
    Browse the repository at this point in the history
  3. rename event

    v9n committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a81bb37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d59d488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6ec8f6 View commit details
    Browse the repository at this point in the history
  6. fixup: auto format Rust code

    oak-code-formatter committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7a98537 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b833073 View commit details
    Browse the repository at this point in the history
  8. refactor TaskConditon info

    v9n committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6bc0788 View commit details
    Browse the repository at this point in the history