We are running a Java Play project on Heroku and have been getting endless Error R14 (Memory Quota Exceeded) on the Heroku/scheduler dyno all day.
heroku/scheduler.3831: Process running mem=1058M(103.1%)
heroku/scheduler.3831: Error R14 (Memory quota exceeded)
We currently have 5 daily jobs scheduled, but they all occur after business hours. For some reason though the Heroku/scheduler dyno is hitting memory quota caps all day, despite no jobs actually running.
The web dynos are working without an issue. Has anyone encountered this issue with Heroku Scheduler?