SunMyeong Lee

Results 15 comments of SunMyeong Lee

@weichaist You saved my life. Greatly appreciate.

Hi, @danielmichalichyn! Greatly appreciated for submitting this awesome PR! A little request, it would be better if there are some use cases or descriptions to show how to use it...

Thank you for proposal. I will task it in future :)

@comfuture Thank you for your interest `celery.node` project. Of course, I'm planning to implement some other task options. https://github.com/actumn/celery.node/blob/e6024a4fe7d6355c1998ac6a6bedee8cb6dae1d2/src/app/client.ts#L50-L73 And if you need `eta` feature I will make it as...

Hi. Unfortunately, ETA is not implemented yet on `celery.node`. Client-side task options like eta are quite easy to implement. (just add to task message) But on the other hand, we...

Hi, @danielmichalichyn! Always greatly appreciated this awesome PR! But in this case, I'm not sure it is really required for us. We should hear other user's voices.

Hi. Thank you for creating this pull request. About `CeleryBackend` APIs, the worker should don't care about the promise result value. I suggest that (although not implemented yet) it should...

Hi, PoiraudVictor! Thank you for your attention to `celery.node` project. I'm not sure that I fully understand, but there's no control worker_threads or promise in `celery.node`. The only part of...

Hi. Thank you for reporting the bug. As I see, you want to consumes 1 task at a time so that let the worker run synchronously. But unfortunately, we have...

Hi! Thank you for reporting the bug so clear. But unfortunately, I couldn't reproduce the issue you described. Can you share your codes that produce the problem?