Cloud-Tasks-In-Process-Emulator icon indicating copy to clipboard operation
Cloud-Tasks-In-Process-Emulator copied to clipboard

Google doesn't offer an emulator for the Cloud Tasks API, as it does for Datastore or PubSub. This project answers that need with a single short Python module intended to be copied to your codebase.

Results 2 Cloud-Tasks-In-Process-Emulator issues
Sort by recently updated
recently updated
newest added

Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

When I'm debugging code, as soon as i change something, flask does a reload., and all queues are empty again. I think I'm going back to the separate process for...