Oliver Stark
Oliver Stark
@mattbloomfield I plan to release it within the next weeks.
Try https://github.com/ostark/upper/pull/73 and let me know if it works for you.
Replaced by https://github.com/fortrabbit/craft-copy/pull/156 for no reason (copy&paste was easier than resolving git conflicts)
Well, just did some housekeeping, but did not merge the proposed change.
Yes, it's documented: https://github.com/ostark/craft-async-queue?tab=readme-ov-file#configuration-optional
Ah, I see. There is an Event that allows modification of the whole command from outside. Since this problem is unique to this website/environment only, I'd do a hacky string...
The FS at Heroku is writeable, but everything which is not in git get's wiped on deploy (and a few other actions). That's the nature of an ephemeral FS. But...
There is something wrong with your setup. Less than one second TTFB is expected, with a smaller dataset (< 50MB) and < 200 queries - as long as the Dyno...
btw, `$ Heroku run bash` starts a new Dyno, which is different from your "Web Dyno".
The required changes for dotenv are not related to the plugin. Thanks for sharing your fix.