Skip to content

Workers should safely exit in line 57 #1

Description

@kumarneetesh24

Worker will not exit on its own and get forcefully killed because on message.type in line 57
if(message.type === 'shutdown')

This should be changed to
if(message.text === 'shutdown')
for shutdown of process

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions