armbian / dl-router

Armbian Linux download router
6 stars 7 forks source link

/reload does not apply to scaled WSGI forks #6

Closed lanefu closed 3 years ago

lanefu commented 4 years ago

/reload endpoint works well..

except wigs autumnally scales python instances... and so need to use an IPC hook to tell other forks to reload as well.

lanefu commented 3 years ago

resolved by #8

lanefu commented 3 years ago

I thought this works, but it doesn't, because of how the config file is copied

lanefu commented 3 years ago

should move config path in container out of /app.. and into /config/ or something

lanefu commented 3 years ago

fixed / confirmed working