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

Periodically load broker metadata from configured URL #81

Open
joeribekker opened this issue Aug 5, 2024 · 1 comment
Open

Periodically load broker metadata from configured URL #81

joeribekker opened this issue Aug 5, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@joeribekker
Copy link
Member

Storing the URL allows us to retrieve the broker metadata, as is done now. But, the intention of #45 was to also do this periodically in an automated way.

We could provide a Celery Beat task to do this every week. If it fails, report the error in Sentry but make sure nothing is changed. This saves us some helpdesk overhead. The task should then be added to the project using this library.

@sergei-maertens
Copy link
Member

There is the update_stored_metadata management command, integrating that in a project through celery beat is the recommended approach here.

@joeribekker joeribekker added the documentation Improvements or additions to documentation label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants