Re: [Pulp-list] pulp3 worker and timestamp

2019-10-28 Thread David Davis
DRF uses UTC because it expects whatever UI (CLI, web UI, etc) to convert datetime fields to whatever timezone the user wants. It looks like there is no out of the box solution for DRF or httpie to convert timezones. I think we should file a story and look at it after the 3.0 GA. David On Mon,

Re: [Pulp-list] pulp3 worker and timestamp

2019-10-28 Thread Dennis Kliban
1. If you used the ansible-pulp installer, the systemd service file is templated in such a way that you should be able to just start another pulp-worker@{n} service. The worker name may be pulpcore-worker@{n} if you are running a newer version of pulpcore. 2. I am not sure. Anyone else have a

[Pulp-list] pulp3 worker and timestamp

2019-10-28 Thread Bin Li (BLOOMBERG/ 120 PARK)
I have two questions1) By default there are 2 workers. I found many tasks are in the waiting state. How I can increase the number of workers to reduce the waiting time? What is the recommendation for number of workers? 2) Is it possible to use default os timezone for "pulp_created" time?