ihmeuw-scicomp / jobmon

Other
3 stars 6 forks source link

Drop OperationalError handler when database infrastructure moves to cloud #34

Open davidshaw2018 opened 12 months ago

davidshaw2018 commented 12 months ago

When the Jobmon database moves from on-premise to cloud, we will no longer need replication and therefore not need to account for drops in service when the virtual IP changes.

The following handler can be deleted then:

https://github.com/ihmeuw-scicomp/jobmon/blob/21a583ad50d6e3b217f7471239ed1c05a9e59682/jobmon_server/src/jobmon/server/web/hooks_and_handlers.py#L6

https://github.com/ihmeuw-scicomp/jobmon/blob/21a583ad50d6e3b217f7471239ed1c05a9e59682/jobmon_server/src/jobmon/server/web/hooks_and_handlers.py#L81-L86

This would remove a dependency on mysqlclient, a package that is not pip installable that complicates the build processes.

geoffreyphipps-uw commented 10 months ago

In progress, branch feature/remove-ihme-mysql from release/3.2