Gerald Manipon

Results 7 comments of Gerald Manipon

@DustinKLo: +1 on using an arg/keyword arg for passing in the time queued. One issue it introduces though is if the clocks are set differently or drifting on the machine...

The only reason I know about this issue is because celery has that same requirement: https://github.com/celery/celery/issues/1980. Susan ensures our AMIs have ntpd running to the same NTP servers so for...

@benkehoe: does this server automatically refresh the temp credentials on behalf of the container that hits it?

thank you @benkehoe. that's what we need.

@fabricebrito: without making these changes to cwltool: https://github.com/common-workflow-language/cwltool/pull/1544/files I would get the following error: ``` -------------------------------------------------------------------------------- apiVersion: v1 kind: Pod metadata: labels: {} name: stage-in-cwl-pod-ydxduxah spec: containers: - args: -...

I think a low hanging fruit approach would be to add an option to the `celery worker` CLI that will take an int that specifies the number of tasks to...

Setting `BROKER_POOL_LIMIT = None` fixed this issue for me in celery v4.4.0rc3.