Missing kids selenium fixes
This commit is contained in:
@@ -46,12 +46,18 @@
|
||||
"name": "Process MissingKids URLs",
|
||||
"callable": "fetcher.tasks.process_missing_kids_urls",
|
||||
"callable_args": [],
|
||||
"callable_kwargs": [],
|
||||
"callable_kwargs": [
|
||||
{
|
||||
"arg_type": "int",
|
||||
"key": "batch_size",
|
||||
"val": 50
|
||||
}
|
||||
],
|
||||
"enabled": false,
|
||||
"queue": "default",
|
||||
"repeat": null,
|
||||
"at_front": false,
|
||||
"timeout": 1800,
|
||||
"timeout": 10800,
|
||||
"result_ttl": 86400,
|
||||
"cron_string": null,
|
||||
"scheduled_time": "2025-01-01T00:00:00+00:00",
|
||||
@@ -64,19 +70,79 @@
|
||||
},
|
||||
{
|
||||
"model": "RepeatableTaskType",
|
||||
"name": "Process MissingKids URLs ALL",
|
||||
"callable": "fetcher.tasks.process_missing_kids_urls_all",
|
||||
"name": "Process MissingKids URLs ALL - unknown",
|
||||
"callable": "fetcher.tasks.process_missing_kids_urls",
|
||||
"callable_args": [],
|
||||
"callable_kwargs": [],
|
||||
"callable_kwargs": [
|
||||
{
|
||||
"arg_type": "str",
|
||||
"key": "process_status_only",
|
||||
"val": "unknown"
|
||||
}
|
||||
],
|
||||
"enabled": false,
|
||||
"queue": "default",
|
||||
"repeat": null,
|
||||
"at_front": false,
|
||||
"timeout": 43200,
|
||||
"timeout": 86400,
|
||||
"result_ttl": 86400,
|
||||
"cron_string": null,
|
||||
"scheduled_time": "2025-01-01T00:00:00+00:00",
|
||||
"interval": 1,
|
||||
"interval_unit": "days",
|
||||
"successful_runs": 0,
|
||||
"failed_runs": 0,
|
||||
"last_successful_run": null,
|
||||
"last_failed_run": null
|
||||
},
|
||||
{
|
||||
"model": "RepeatableTaskType",
|
||||
"name": "Process MissingKids URLs ALL - valid",
|
||||
"callable": "fetcher.tasks.process_missing_kids_urls",
|
||||
"callable_args": [],
|
||||
"callable_kwargs": [
|
||||
{
|
||||
"arg_type": "str",
|
||||
"key": "process_status_only",
|
||||
"val": "valid"
|
||||
}
|
||||
],
|
||||
"enabled": false,
|
||||
"queue": "default",
|
||||
"repeat": null,
|
||||
"at_front": false,
|
||||
"timeout": 86400,
|
||||
"result_ttl": 86400,
|
||||
"cron_string": null,
|
||||
"scheduled_time": "2025-01-01T00:00:00+00:00",
|
||||
"interval": 2,
|
||||
"interval_unit": "days",
|
||||
"successful_runs": 0,
|
||||
"failed_runs": 0,
|
||||
"last_successful_run": null,
|
||||
"last_failed_run": null
|
||||
},
|
||||
{
|
||||
"model": "RepeatableTaskType",
|
||||
"name": "Process MissingKids URLs ALL - invalid",
|
||||
"callable": "fetcher.tasks.process_missing_kids_urls",
|
||||
"callable_args": [],
|
||||
"callable_kwargs": [
|
||||
{
|
||||
"arg_type": "str",
|
||||
"key": "process_status_only",
|
||||
"val": "invalid"
|
||||
}
|
||||
],
|
||||
"enabled": false,
|
||||
"queue": "default",
|
||||
"repeat": null,
|
||||
"at_front": false,
|
||||
"timeout": 86400,
|
||||
"result_ttl": 86400,
|
||||
"cron_string": null,
|
||||
"scheduled_time": "2025-01-01T00:00:00+00:00",
|
||||
"interval": 4,
|
||||
"interval_unit": "weeks",
|
||||
"successful_runs": 0,
|
||||
"failed_runs": 0,
|
||||
|
||||
Reference in New Issue
Block a user