Skip to content

Conversation

@mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Feb 3, 2026

Document configuration options needed for handling large history exports:

  • Celery result_expires setting to prevent task results from expiring
  • Short-term storage duration settings for export file retention
  • Combined configuration example for large history export scenarios

Fixes: #21701

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

Document configuration options needed for handling large history exports:
- Celery result_expires setting to prevent task results from expiring
- Short-term storage duration settings for export file retention
- Combined configuration example for large history export scenarios

Fixes: galaxyproject#21701
```

This configuration ensures that:
1. Task results are retained until explicitly cleaned up
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you trigger the cleanup here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disappearing “prepare_history_download” celery task

2 participants