Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it iny way to save tasks with RECEIVED state #101

Closed
Kuzyashin opened this issue Jun 17, 2019 · 4 comments
Closed

Is it iny way to save tasks with RECEIVED state #101

Kuzyashin opened this issue Jun 17, 2019 · 4 comments

Comments

@Kuzyashin
Copy link

Hi. How can i save tasks with received state?

@auvipy auvipy closed this as completed Jul 10, 2019
@prafulbagai708
Copy link

Why is it closed? Any comment/update on this?

@SriramPatibanda
Copy link

SriramPatibanda commented Jun 30, 2022

Any update on this? Really need this feature. @auvipy

@auvipy
Copy link
Member

auvipy commented Jun 30, 2022

may be #321 this the solution

@jameslao
Copy link

I do something like this:

def create_job(*args, **kwargs):
    """ bind update table to send_task """
    task_id = current_app.send_task(*args, **kwargs)
    res = TaskResult(task_id=task_id, task_name=args[0])
    res.save()
    return task_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants