SunnyCapt
SunnyCapt
close #274
There are situations when you need to completely disable the use of selenium-wire and just use selenium. In the current implementation, this cannot be done due to a [hard patch](https://github.com/wkeeling/selenium-wire/blob/master/seleniumwire/webdriver.py#L121)....
changelog: * added support for task signature (by dill lib) * added support for task callback signature (by dill lib) * added support for performing an action before starting a...
### Summary: Performing an action before starting a periodic task. * Celery Version: latest * Celery-Beat Version: latest ### Detailed information There are situations in which it is necessary to...
### Summary: The link parameter (task callback) is not supported also chain, group etc tasks are not supported in periodic tasks. * Celery Version: latest * Celery-Beat Version: latest ###...
**Motivation** * Need a central place to validate/normalize app-generated paste payloads. * Current gaps: * Multiline paste: `patterns` aren’t applied because payload is treated as HTML. * Can’t apply cross-line...