Skip to content

Workers should safely exit in line 57 #1

@kumarneetesh24

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

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