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

feat(@nestjs/bull): Allow overriding the onApplicationShutdown behaviour #2070

Closed

Commits on Apr 13, 2024

  1. feat(@nestjs/bull): Allow overriding the onApplicationShutdown behaviour

    Allows customising the onApplicationShutdown behaviour by providing a
    callback in the `BullModuleOptions`. For eg. if someone doesn't want to
    `close()` the queues instead just `pause(true)` them
    
    Resolves nestjs#2069
    Akshat Khandelwal committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3659cf3 View commit details
    Browse the repository at this point in the history