SkynetLabs / skynet-webportal

A webapp that makes Skynet accessible to web browsers.
https://siasky.net
Other
256 stars 55 forks source link

Replace nginx callbacks with more robust solution #2187

Open ChrisSchinnerl opened 2 years ago

ChrisSchinnerl commented 2 years ago

We might need a more robust solution for notifying our services such as accounts, malware-scanner and the pinner than nginx callbacks since we are running out of timers in nginx.

One proposed option was delegating the responsibility of updating the services to a service that scans through the access logs.

We should do some more research on why we are running out of timers and whether there is a better solution.