Skip to content

support delayed handler message status #2

Open
@bedrock-adam

Description

@bedrock-adam
# before
command = user.commands.create!(queue_until: queue_until)
command.handler_messages.last.status => 'unhandled'

# after
user.commands.create!(delay_until: delay_until)
command.handler_messages.last.status => 'delayed'

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions