Skip to content

Task submission by string? #245

Description

@waldner

Currently, the delay() function accepts a function name (eg tiger.delay(tasks.my_task, ...)), which means that the submitter must have visibility into the worker code. Other task queue systems allow submitting tasks by passing a string representing the function to call, eg

tiger.delay('tasks.my_task', ...)

this decouples the submitter from the worker. Is something like this possible with tasktiger?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions