sur.la.route

Results 277 comments of sur.la.route

@mxdev88 I added in a option to use post json to force a shutown. ```py client.post(self.scheduler.api_prefix + '/shutdown', json={'wait':'False'}) ```

@viniciuschiele we can fix the codecov fail on another pr maybe?

Docs are now linked in the readme: https://viniciuschiele.github.io/flask-apscheduler/. PR's to improve them are welcome.

@zaingithub were you able to resolve this? If not can you share a code example? How were you calling the scheduler in your exe? Closing until more information is available.

This is the expected behavior of the scheduler > using debug + a non debug server will prevent the scheduler from running. See https://github.com/viniciuschiele/flask-apscheduler/issues/220#issuecomment-1466253640 for more information.

A cleaner way would probably to add a default value to the `get()`.

This should be fixed in release 0.5.0, coming soon.

Closing as fixed w/ @rayluo comment. please comment back or open a new issue if there is still problem.

Hey @cclauss welcome back :) How would you suggest going about this? pick up the file name then verify the path is reachable from the template location?

If you get the `error:0308010C:digital envelope routines::unsupported` on website running on an old IIS+.net with node 18, I found that running `NODE_OPTIONS=--openssl-legacy-provider pm2 restart uptime-kuma --update-env` fixes the error.