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

Roadmap #16

Open
9 of 24 tasks
actumn opened this issue Mar 19, 2020 · 6 comments
Open
9 of 24 tasks

Roadmap #16

actumn opened this issue Mar 19, 2020 · 6 comments

Comments

@actumn
Copy link
Owner

actumn commented Mar 19, 2020

Features

  • Task protocol v1 client
  • Task protocol v2 worker
  • amqp broker
  • redis broker
  • amqp backend
  • redis backend
  • Task protocol v2 client
  • Task protocol v2 worker
  • ETA and countdown
  • Error retry
  • Logging
  • Support for redis sentinel
  • SQS Broker
  • RPC Backend
  • Task routing
  • Celery Beat
  • Celery Canvas
  • FlowerUI
  • Task expire
  • Celery events

Others

  • Code documents. typedoc
  • API documents
  • Benchmark
  • Test coverage report
@actumn actumn pinned this issue Mar 19, 2020
@comfuture
Copy link

Hi, is there any roadmap to implement 'eta' header of task protocol v2 in near future?
I found that https://github.com/mher/node-celery repository archived today. So trying to find alternatives, then highly impressed of celery.node.

I want to migrate my codes to celery.node as soon as possible : )

@actumn
Copy link
Owner Author

actumn commented Jun 23, 2020

@comfuture Thank you for your interest celery.node project. Of course, I'm planning to implement some other task options.

/*
'shadow': shadow,
'eta': eta,
'expires': expires,
'group': group_id,
'retries': retries,
'timelimit': [time_limit, soft_time_limit],
'root_id': root_id,
'parent_id': parent_id,
'argsrepr': argsrepr,
'kwargsrepr': kwargsrepr,
'origin': origin or anon_nodename()
*/
},
properties: {
correlationId: taskId,
replyTo: ""
},
body: [args, kwargs, {}],
sentEvent: null
};
return message;
}

And if you need eta feature I will make it as soon as possible (probably next month).
Or I will appreciate it if you make PR.

@ghost
Copy link

ghost commented Aug 8, 2020

@actumn curious if you have an ETA for the eta feature. thank you!

@jrnp97
Copy link

jrnp97 commented Dec 4, 2021

Nice project man, did you have a plan to integrate Database Backend?

@EdoardoPedrotti
Copy link

is there any way to already work with aws SQS? any update on that feature?
thanks!
😄

@perumurugan12
Copy link

we are waiting for FlowerUI update

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