Tim Kelty
Tim Kelty
Closing due to inactivity.
@svonlanthen thanks! I didn't doubt it was an issue, but couldn't do much confirmation without some specifics like you posted. Will dig in!
@jawys That is actually intentional. Even though our code hasn't changed, the Github action rebuilds the docker image so we get any CVEs from upstream. That said, how I'm triggering...
 https://github.com/craftcms/docker/actions/runs/3997256780
@Mosnar What a buzzkill! But really, good points all around. :) Going to flip the PR to draft for now. > Here's another example - I could set my user...
Those sound reasonable! FWIW – this change was to support a frontend where the user profile form is a more traditional "changes don't save until you click save" form, which...
> but the session id row that contains invalid session token in session table is still there after purgeStaleUserSessionDuration time is reached which is 60 seconds in my testing environments...
@romainpoirier are you able to privately share the URL, so I can reproduce exactly what you're seeing? You can share with me on Discord (timkelty) or to [email protected]. Also, could...
> There's no URL to share as this Controller is run from the console. I mean the URL you're passing to the console command, that has the element API response.
@romainpoirier a couple things to try: Within your loop, add: ``` // Flush in-memory logs to targets (Monolog) Craft::$app->getLog()->getLogger()->flush(); ``` I suspect this will help with the memory consumption. Also,...