regta icon indicating copy to clipboard operation
regta copied to clipboard

📅 Production-ready scheduler with async, multithreading and multiprocessing support for Python

Results 5 regta issues
Sort by recently updated
recently updated
newest added

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...

dependencies

The same as in [telegram-text#39](https://github.com/SKY-ALIN/telegram-text/issues/39)

bug

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...

New feature

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...

dependencies

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...