PoonLab / covizu

Rapid analysis and visualization of coronavirus genome variation
https://filogeneti.ca/CoVizu/
MIT License
45 stars 20 forks source link

Dev #449

Closed ArtPoon closed 1 year ago

ArtPoon commented 1 year ago
ArtPoon commented 1 year ago

@bonnielu it looks like the fix for #442 may have broken the unit test for other language pages?

GopiGugan commented 1 year ago

There are no backend changes in this PR, but we're doing a complete run to make sure nothing breaks:

GopiGugan commented 1 year ago

Checking the following:

GopiGugan commented 1 year ago

I've been having trouble getting the --watch option to work with pm2 reload to reload the node servers when a change to the data files is detected. It works with pm2 restart but this would restart both instances of the node server. As a workaround, to ensure zero downtime, we can just schedule a cron job to reload the node servers (one after the other), at midnight every day.