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

Make QueueConfig serializable #9143

Merged
merged 8 commits into from
Nov 5, 2024
Merged

Commits on Nov 5, 2024

  1. Cast stop_long_running to bool

    It is not really a subclass of bool so pydantic validation fails, but its context is also never used so casting is OK.
    yngve-sk authored and oyvindeide committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    02e1646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1739e49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30037b8 View commit details
    Browse the repository at this point in the history
  4. Remove unused function

    oyvindeide committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4008502 View commit details
    Browse the repository at this point in the history
  5. Differentiate on name

    oyvindeide committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5eec39c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c30ce6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aba7e5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1146983 View commit details
    Browse the repository at this point in the history