Skip to content

Conversation

@Shubhrajyoti-Dey-FrosTiK

No description provided.

huey/consumer.py Outdated
signal.signal(signal.SIGINT, signal.default_int_handler)
if hasattr(signal, 'SIGHUP'):
signal.signal(signal.SIGHUP, self._handle_restart_signal)
signal.signal(signal.SIGTERM, self._handle_stop_signal)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shubhrajyoti PRs need to be more explanative.. why is this needed?

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.

3 participants