This commit is contained in:
2025-04-21 20:38:36 +02:00
parent b18f717fae
commit 92be127ced
2 changed files with 6 additions and 6 deletions

View File

@@ -55,11 +55,11 @@ jobs:
with:
url: ${{ secrets.WEBHOOK_URL_2 }}
# -
# name: Invoke deployment hook (worker)
# uses: joelwmale/webhook-action@master
# with:
# url: ${{ secrets.WEBHOOK_URL_3 }}
-
name: Invoke deployment hook (temporal_worker)
uses: joelwmale/webhook-action@master
with:
url: ${{ secrets.WEBHOOK_URL_3 }}
# -
# name: Invoke deployment hook (stream_notifications)

View File

@@ -5,8 +5,8 @@ from applications.schedule_sync.synchronizer import syncronize
class ScheduleSyncActivity:
@activity.defn
@classmethod
@activity.defn
async def syncronize(cls, twitch_id: int):
streamer = await StreamerConfigRepository.get_by_twitch_id(twitch_id)