python-mapswipe-workers icon indicating copy to clipboard operation
python-mapswipe-workers copied to clipboard

MapSwipe Back-End

Results 100 python-mapswipe-workers issues
Sort by recently updated
recently updated
newest added

this is possible in the function itself, but we didn't implement it for the cli. * [ ] add project_ids as an argument in CLI for firebase-to-postgres

In order to keep an eye on how much work is available in the project pipeline, it could be helpful to add a couple of simple metrics to the admin...

It might be better to not use a Firebase transaction when transferring results, but do it the "normal" way. So download the results and once they go inserted into the...

requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://msf-mapswipe.firebaseio.com/v2/projectDrafts.json In this case we should just start the workflow/worker again. It happened during a get request to the Firebase DB. E.g....

The tasks are not uploaded to Firebase anymore. However, the change detection project type currently still depends on them. For a quick fix tasks should be uploaded to Firebase again....

TransportError ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) we can handle this error, e.g. in https://github.com/mapswipe/python-mapswipe-workers/blob/master/mapswipe_workers/mapswipe_workers/mapswipe_workers.py#L444

I'm wondering if we could change the way we upload results for `built_area` projects to save some data transfer and storage. Right now, results look like: ``` { 18-164258-149503: 0...

The manager dashboard downloads downloads a lot of information from firebase, basically all project attributes. Maybe there is an option to reduce this,

The status of a project (`inactive`, `active`, `finished`) is currently changed manually by a project manager, e.g. after a project reached 100%. Sometimes this means, that a project that reached...

We used to deploy to the dev server once the Travis CI build was successful. When moving from Travis to Github Actions we did not implement this right away. We...