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

Remove the datasets blocklist and re-enqueue server errors #352

Merged
merged 6 commits into from
Jun 7, 2022

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    4c7b2c7 View commit details
    Browse the repository at this point in the history
  2. feat: 🎸 remove DATASETS_BLOCKLIST and re-enqueue if 500 error

    We now catch a 500 error, and re-enqueue the job if it's within the
    limit of MAX_JOBS_RETRIES. The workers should not break now for memory
    error for example: the job should just be marked as erroneous.
    severo committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    af11d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73dd09c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e512036 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c26970d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bd48de View commit details
    Browse the repository at this point in the history