Andreas Koch

Results 8 comments of Andreas Koch

I am currently working on the final documentation for version 1.0. And I am planning to release v1.0 around Christmas because I will have some time for programming :grinning: Serving...

Hi @olivierognn. Yes, it is possible to run multiple instances at the same time. You have three options: # Option 1: Multiple Public IPs If your server has multiple IP...

Ok. That explains it. The folder is way past 1GB - I cannot check it now how many files there are but it's about 80 GB. On Thu, 10 Mar...

Ah OK. It's about 18000 files.

Thanks for the suggestion. I thought about that as well. I added it to the roadmap (see: c7b6281). Maybe I will combine that with a change that will also download...

togglcsv does split the time range into smaller chunk, issues one request against the Toggl API for each chunk and then stiches the results together. I've just re-tested it with...

I configured the API to do only only 1 request per second: https://github.com/andreaskoch/togglcsv/blob/e4fda9b7415c9029e98475496757e1771ffc4db2/vendor/github.com/andreaskoch/togglapi/api.go#L26 They recommend 1 second (see: https://github.com/toggl/toggl_api_docs#the-api-format) But maybe that's not enough if you are performing a lot...