Closed WarningImHack3r closed 9 months ago
Using the Docker image, the cron schedule is not always set after a run, resulting in a hanging script.
Nothing else after that, I have to restart the container to make it work again.
It doesn't fail 100% of the time, but 1 out of 2 or 3 times, which is really annoying. Expected output:
The problem very likely comes from the entrypoint file but I couldn't figure out where and why exactly.
Resolved in https://github.com/claabs/epicgames-freegames-node/commit/89c8ea44daa24ddb005907e6a175a3016fd5aa9e
Describe the bug
Using the Docker image, the cron schedule is not always set after a run, resulting in a hanging script.
Screenshots or Logs
Nothing else after that, I have to restart the container to make it work again.
Additional context
It doesn't fail 100% of the time, but 1 out of 2 or 3 times, which is really annoying. Expected output:
The problem very likely comes from the entrypoint file but I couldn't figure out where and why exactly.