-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error handling in rocky when queue is full in Scheduler (1.12) (#…
…1932) Co-authored-by: Rieven <[email protected]> Co-authored-by: Jan Klopper <[email protected]> Co-authored-by: ammar92 <[email protected]>
- Loading branch information
1 parent
6228403
commit ac40fb5
Showing
13 changed files
with
461 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-12 15:49+0000\n" | ||
"POT-Creation-Date: 2023-10-18 14:11+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -1716,10 +1716,6 @@ msgstr "" | |
msgid "Session has terminated, please select OOIs again." | ||
msgstr "" | ||
|
||
#: katalogus/views/change_clearance_level.py katalogus/views/plugin_detail.py | ||
msgid "Scanning successfully scheduled." | ||
msgstr "" | ||
|
||
#: katalogus/views/change_clearance_level.py | ||
msgid "Change clearance level" | ||
msgstr "" | ||
|
@@ -3039,13 +3035,36 @@ msgstr "" | |
msgid "Members" | ||
msgstr "" | ||
|
||
#: tools/view_helpers.py | ||
msgid "" | ||
"Your task is scheduled and will soon be started in the background. Results " | ||
"will be added to the object list when they are in. It may take some time, a " | ||
"refresh of the page may be needed to show the results." | ||
msgstr "" | ||
|
||
#: rocky/messaging.py | ||
msgid "" | ||
"You have trusted this member with a clearance level of L{}. This member " | ||
"needs at least a clearance level of L{} in order to do a proper onboarding. " | ||
"Edit this member and change the clearance level if necessary." | ||
msgstr "" | ||
|
||
#: rocky/scheduler.py | ||
msgid "Connectivity issues with Mula." | ||
msgstr "" | ||
|
||
#: rocky/scheduler.py | ||
msgid "Task queue is full, please try again later." | ||
msgstr "" | ||
|
||
#: rocky/scheduler.py | ||
msgid "Task is invalid." | ||
msgstr "" | ||
|
||
#: rocky/scheduler.py | ||
msgid "Task already queued." | ||
msgstr "" | ||
|
||
#: rocky/settings.py | ||
msgid "Blue light" | ||
msgstr "" | ||
|
@@ -5206,18 +5225,6 @@ msgstr "" | |
msgid "Fetching tasks failed: no connection with scheduler" | ||
msgstr "" | ||
|
||
#: rocky/views/tasks.py | ||
msgid "Task queue is full, please try again later." | ||
msgstr "" | ||
|
||
#: rocky/views/tasks.py | ||
msgid "Task already queued." | ||
msgstr "" | ||
|
||
#: rocky/views/tasks.py | ||
msgid "Task is invalid." | ||
msgstr "" | ||
|
||
#: rocky/views/upload_csv.py | ||
msgid "" | ||
"For URL object type, a column 'raw' with URL values is required, starting " | ||
|
Oops, something went wrong.