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

Add queue support for Slack alerts #47

Merged
merged 6 commits into from
May 6, 2024
Merged

Commits on Apr 27, 2024

  1. Add queue support for Slack alerts

    Added a new static method getQueue in Config class to get Slack alert queue from configuration. This queue is used in SlackAlert class, where jobs to display message or blocks are now dispatched to it. Additionally, a queue configuration option has been added in slack-alerts configuration file.
    mcpuishor committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    215b659 View commit details
    Browse the repository at this point in the history
  2. Add queuing instructions to README

    The update provides a detailed guide on how to handle message queues.
    mcpuishor committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    89b455c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1805332 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Update tests for SlackAlert queue functionality

    Changed assertions when dispatching on a different queue than default to test the queue rather than the bus.
    mcpuishor committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    23ea4bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b02d071 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    ea26333 View commit details
    Browse the repository at this point in the history