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

Async publish consumer #2840

Open
wants to merge 10 commits into
base: async
Choose a base branch
from

Conversation

MarkLark86
Copy link
Contributor

Purpose

Implement the PublishConsumer side of the new publishing system.

What has changed

  • Added a new typed version of getting app config, i.e. get_config(int, "SOME_SETTING")
  • Created a SingletonInstance base class, for easy re-use
  • Created a load_class_from_config helper, that loads the class type based on key from app config
  • Add new PublishConsumers (asyncio & celery)
  • Remove old publish transmit code
  • Update docs

@MarkLark86 MarkLark86 added this to the 3.0 milestone Feb 24, 2025
@MarkLark86
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant