Skip to content

push should return row id of the new inserted job? #61

Open
@dilawar

Description

@dilawar

Currently, push seems to return true on success. It would be nice if I can get ID of the row if push is successful, false or null otherwise.

It will help in the followin flow

  • Controller push a job to queue and returns row ID.
  • I can use the row ID to query the status of the job in the view.

Metadata

Metadata

Assignees

No one assigned

    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