regta
regta copied to clipboard
📅 Production-ready scheduler with async, multithreading and multiprocessing support for Python
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
The same as in [telegram-text#39](https://github.com/SKY-ALIN/telegram-text/issues/39)
Example: ```python from datetime import timedelta from logging import Logger import regta @regta.async_job(timedelta(seconds=5)) async def my_basic_job(logger: Logger): logger.info("A intermediate message") return "The final logging message" ``` But the old style...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
Im receiving > cd jobs > regta run > 2024-09-11 10:44:50,848 [regta] [INFO] - [1] jobs were found. > Traceback (most recent call last): > File "", line 198, in...