add integration

This commit is contained in:
2025-08-06 18:46:21 -03:00
parent e08f16bbaa
commit ff25ade76e
16 changed files with 314 additions and 132 deletions

View File

@@ -34,5 +34,6 @@ def get_vacancies():
# Post-migration: uncomment the following line
# ComposeKey(str(tenant.id), prefix='slots#orgs'),
ComposeKey(str(tenant.id), prefix='vacancies'),
)
),
limit=150,
)