conzty01/RA_Scheduler

Move Google Calendar Export to Separate Service

conzty01 opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
It has not become a problem yet, however since the Google Calendar Export process is part of the web app, it is possible that exporting a schedule could lock up the web application for other users.

Describe the solution you'd like
Moving the export process to another service similar to the scheduling process could alleviate the workload on the web server and resolve this issue.

Describe alternatives you've considered
Since the scheduling dyno currently sits idle for the vast majority of the month, the export process could be added to that dyno until it impedes the scheduling process's performance. This would be cheaper than adding a third always-on dyno to the mix.