google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
203 stars 38 forks source link

fix license job deletion #458

Closed aniketsinghrawat closed 2 months ago

aniketsinghrawat commented 2 months ago

We had moved from deployments to jobs for our license service. The deletion logic that removed license deployments on license deletion was based on deployments. This was not working any more as licenses are now jobs

This PR fixes that.