You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, repository data is fetched via a shell script, I've started work on implementing a "git worker" to pull the repository every 5 minutes to get more data.
My implementation can be seen in app/models/GitWorker.php. This implementation is poor code and actually causes the web application to hang horribly.
The text was updated successfully, but these errors were encountered:
Currently, repository data is fetched via a shell script, I've started work on implementing a "git worker" to pull the repository every 5 minutes to get more data.
My implementation can be seen in
app/models/GitWorker.php
. This implementation is poor code and actually causes the web application to hang horribly.The text was updated successfully, but these errors were encountered: