.gitignore
.pa11yci.json
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
package.json
pyproject.toml
tox.ini
.github/ISSUE_TEMPLATE/JitAccess.yml
.github/compliance/inventory.yml
.github/policies/jit.yml
.github/workflows/deploy.yml
.github/workflows/pypi-deployment.yml
.github/workflows/testpypi-deployment.yml
.github/workflows/tests.yml
ai4s/__init__.py
ai4s/jobq/__init__.py
ai4s/jobq/aiomp.py
ai4s/jobq/auth.py
ai4s/jobq/blob.py
ai4s/jobq/blob_stash.py
ai4s/jobq/cli.py
ai4s/jobq/entities.py
ai4s/jobq/jobq.py
ai4s/jobq/la_workspace.py
ai4s/jobq/logging_utils.py
ai4s/jobq/py.typed
ai4s/jobq/scheduled_events.py
ai4s/jobq/skill_file.py
ai4s/jobq/work.py
ai4s/jobq/backend/__init__.py
ai4s/jobq/backend/common.py
ai4s/jobq/backend/servicebus_rest.py
ai4s/jobq/backend/storage_queue.py
ai4s/jobq/data/__init__.py
ai4s/jobq/data/skill/__init__.py
ai4s/jobq/data/skill/ai4s-jobq-cli/SKILL.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/api.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/basics.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/dead-lettering.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/deduplication.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/graceful-shutdown.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/large-objects.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/monitoring.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/preemption.md
ai4s/jobq/data/skill/ai4s-jobq-cli/references/workforce.md
ai4s/jobq/examples/__init__.py
ai4s/jobq/ext/__init__.py
ai4s/jobq/ext/amlt_utils.py
ai4s/jobq/ext/background_dirsync.py
ai4s/jobq/ext/map_in_config.py
ai4s/jobq/orchestration/__init__.py
ai4s/jobq/orchestration/manager.py
ai4s/jobq/orchestration/multiregion_workforce.py
ai4s/jobq/orchestration/pid_file.py
ai4s/jobq/orchestration/workforce.py
ai4s/jobq/orchestration/workforce_monitor.py
ai4s/jobq/track/__init__.py
ai4s/jobq/track/app.py
ai4s/jobq/track/config.py
ai4s/jobq/track/assets/solarized.css
ai4s/jobq/track/components/__init__.py
ai4s/jobq/track/components/active_workers.py
ai4s/jobq/track/components/cpu_utilization.py
ai4s/jobq/track/components/errors.py
ai4s/jobq/track/components/preemption_events.py
ai4s/jobq/track/components/queue_size.py
ai4s/jobq/track/components/ram_utilization.py
ai4s/jobq/track/components/task_runtimes.py
ai4s/jobq/track/components/tasks_completed.py
ai4s/jobq/track/components/tasks_starting.py
ai4s/jobq/track/utils/__init__.py
ai4s/jobq/track/utils/log_analytics.py
ai4s_jobq.egg-info/PKG-INFO
ai4s_jobq.egg-info/SOURCES.txt
ai4s_jobq.egg-info/dependency_links.txt
ai4s_jobq.egg-info/entry_points.txt
ai4s_jobq.egg-info/requires.txt
ai4s_jobq.egg-info/top_level.txt
docs/api.md
docs/basics.rst
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/disclosures.md
docs/index.rst
docs/md_compat.py
docs/misc.rst
docs/monitoring.md
docs/_static/android-chrome-192x192.png
docs/_static/android-chrome-512x512.png
docs/_static/apple-touch-icon.png
docs/_static/custom.css
docs/_static/custom.js
docs/_static/favicon-16x16.png
docs/_static/favicon-32x32.png
docs/_static/favicon.png
docs/_static/jobq-telemetry.png
docs/_static/logo.jpg
docs/_static/logo.png
docs/_static/site.webmanifest
docs/_templates/searchbox.html
docs/misc/00_dead-lettering.md
docs/misc/10-preemption.md
docs/misc/20-large-objects.md
docs/misc/30-workforce.md
docs/misc/35-graceful-shutdown.md
docs/misc/40-deduplication.md
docs/misc/90-amulet.md
grafana/dashboard.json
scripts/build_skill.py
scripts/check-docs-accessibility.sh
tests/conftest.py
tests/test_api.py
tests/test_async.py
tests/test_blob.py
tests/test_cli.py
tests/test_scheduled_events.py
tests/test_servicebus.py
tests/test_servicebus_deadletter.py
tests/test_servicebus_rest.py