octue / django-gcp

Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
Other
19 stars 3 forks source link

Refactor cruft from port of gcp_pilot #62

Open thclark opened 5 months ago

thclark commented 5 months ago

Refactor request

What is the current behavior?

To solve https://github.com/octue/django-gcp/issues/52 we ported code in from gcp-pilot. which now resides in django_gcp.tasks._pilot. However, we're under a deadline for a project so do not have time to properly refactor the small subset of that code which is actually used.

Proposed Solution

We need to tidy up the code in that folder, removing most of it, and refactoring the remaining functionality to the appropriate place(s).