We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1840c6 commit 868ea54Copy full SHA for 868ea54
1 file changed
app/config/settings.py
@@ -1356,7 +1356,6 @@ def sentry_before_send(event, hint):
1356
# The maximum number of active jobs for an algorithm
1357
os.environ.get("ALGORITHMS_MAX_ACTIVE_JOBS_PER_ALGORITHM", "16")
1358
)
1359
-# The maximum number of active jobs for a user
1360
ALGORITHMS_MAX_ACTIVE_JOBS_PER_USER = int(
1361
# The maximum number of active jobs for a user
1362
os.environ.get("ALGORITHMS_MAX_ACTIVE_JOBS_PER_USER", "16")
0 commit comments