talentro-commons 0.20.3__py3-none-any.whl → 0.20.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,18 +60,18 @@ APPLICATIONS_TOPOLOGY = TopologyConfig(
60
60
  dlx_name="x.applications.dlx",
61
61
  retry_config={
62
62
  # Integrations
63
- "q.applications.raw.integrations": {"enabled": True, "ttl_ms": FIVE_MINUTES},
64
- "q.applications.send.integrations": {"enabled": True, "ttl_ms": FIVE_MINUTES},
63
+ "q.applications.raw.integrations": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3},
64
+ "q.applications.send.integrations": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3},
65
65
 
66
66
  # Acquisitions
67
- "q.applications.saved.acquisitions": {"enabled": True, "ttl_ms": FIVE_MINUTES},
67
+ "q.applications.saved.acquisitions": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3},
68
68
 
69
69
  # Vacancies
70
- "q.applications.saved.vacancies": {"enabled": True, "ttl_ms": FIVE_MINUTES},
70
+ "q.applications.saved.vacancies": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3},
71
71
 
72
72
  # Candidates
73
- "q.applications.normalized.candidates": {"enabled": True, "ttl_ms": FIVE_MINUTES},
74
- "q.applications.external.upserted.candidates": {"enabled": True, "ttl_ms": FIVE_MINUTES}
73
+ "q.applications.normalized.candidates": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3},
74
+ "q.applications.external.upserted.candidates": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3}
75
75
  }
76
76
  )
77
77
 
@@ -85,7 +85,7 @@ FEEDS_TOPOLOGY = TopologyConfig(
85
85
  ],
86
86
  dlx_name="x.feeds.dlx",
87
87
  retry_config={
88
- "q.feeds.sync.acquisitions": {"enabled": True, "ttl_ms": FIVE_MINUTES}
88
+ "q.feeds.sync.acquisitions": {"enabled": True, "ttl_ms": FIVE_MINUTES, "max_retries": 3}
89
89
  }
90
90
  )
91
91
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: talentro-commons
3
- Version: 0.20.3
3
+ Version: 0.20.4
4
4
  Summary: This package contains all globally used code, services, models and data structures for Talentro
5
5
  License: Proprietary
6
6
  Author: Emiel van Essen
@@ -22,7 +22,7 @@ talentro/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
22
22
  talentro/integrations/dataclasses.py,sha256=FxYbtglKvp_BAufQSCw-IO3wraJUuMvoKZnwJMd5W6w,4482
23
23
  talentro/integrations/models.py,sha256=iNgmAahbonQj2EVd1776xcYzv-1mtAkzGvgDdbjocjo,1292
24
24
  talentro/messaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- talentro/messaging/topology.py,sha256=veA1FFjygfw9KcgG0LecMNZyeT_-B6m9AWvwZCYfcFM,3158
25
+ talentro/messaging/topology.py,sha256=nw0_BBgYJqnL0XFjqeIoC123iPRWJeddPk8E6Y8hCzs,3284
26
26
  talentro/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  talentro/services/billing.py,sha256=8pX57-tP7HyRqB_afB-CpEJXiZzMTJyjLyDI3vLvQsI,1989
28
28
  talentro/services/caching.py,sha256=mmjhXAMJ_g8D8cJqn15YqZ7ST-G5lD9MS-PmlowI7pU,2921
@@ -41,6 +41,6 @@ talentro/vacancies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
41
41
  talentro/vacancies/dataclasses.py,sha256=E6H5fsZH4IwtBFSLDolzF6u39tEIrANtWiNVoB65P0c,15074
42
42
  talentro/vacancies/models.py,sha256=GoXr71CNzU6csf8gdmv84etb3Rm-Cdfigp1yqPI_jjQ,4822
43
43
  talentro/vacancies/taxanomy.py,sha256=B6DMq9Wbs0aXFwD9aZveSlLwAC9eq1iCO_KM-FmrV7M,6384
44
- talentro_commons-0.20.3.dist-info/METADATA,sha256=WjYJUoNIpQ0gWYlxuYzy-VBv3_tZqH1_Q8i2_v77kAA,1507
45
- talentro_commons-0.20.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
46
- talentro_commons-0.20.3.dist-info/RECORD,,
44
+ talentro_commons-0.20.4.dist-info/METADATA,sha256=geHN548LHvcVJxBDVyxAe442RsO3Mwyv4r5QuDmtsXc,1507
45
+ talentro_commons-0.20.4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
46
+ talentro_commons-0.20.4.dist-info/RECORD,,