netbox/netbox/utilities
Abhimanyu Saharan 2204735e9f
Adds rq retry options (#12588)
* adds rq retry options #12327

* Clean up docs; disable retries of failed jobs by default

* Pass a Retry object only if RQ_RETRY_MAX is non-zero

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-16 14:10:44 -04:00
..
forms Fixes #12550: Fix rear port selection widget under front port creation form 2023-05-10 10:44:01 -04:00
serializers Fix issues loading demo data 2022-11-29 09:18:03 -05:00
templates Closes #12292: Replace SelectSpeedWidget and SelectDurationWidget with NumberWithOptions 2023-04-18 16:33:43 -04:00
templatetags Merge branch 'develop' into feature 2023-04-26 15:09:51 -04:00
testing Closes #10242: Redirect to filtered objects list after bulk import (#12001) 2023-03-17 09:23:40 -04:00
tests Rename ImportForm to BulkImportForm 2023-04-18 15:27:05 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
choices.py Closes #11780: Enable loading import data from remote sources 2023-03-14 14:53:26 -04:00
constants.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
error_handlers.py Fixes #5020: Correct handling of dependent objects during bulk deletion 2020-08-20 09:44:45 -04:00
exceptions.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
fields.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
files.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
filters.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
graphql_optimizer.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
htmx.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
jinja2.py Closes #11559: Implement config template rendering (#11769) 2023-02-19 20:09:52 -05:00
json.py 10348 add decimal custom field (#10422) 2022-09-30 16:03:24 -04:00
markdown.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
migration.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
mptt.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
ordering.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
paginator.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
permissions.py Closes #9074: Enable referencing the current user when evaluating permission constraints 2022-07-01 13:34:10 -04:00
query_functions.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
querysets.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
request.py Introduce IPNetworkSerializer to serialize allowed token IPs 2022-06-22 21:51:43 -04:00
rqworker.py Adds rq retry options (#12588) 2023-05-16 14:10:44 -04:00
tables.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
urls.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
utils.py Remove pinned version dependencies 2023-04-27 14:09:16 -04:00
validators.py Closes #12246: General cleanup of utilities modules 2023-04-14 10:33:53 -04:00
views.py #9072: Add weight parameter to influence ViewTab ordering 2022-12-09 14:50:13 -05:00