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: with:
url: ${{ secrets.WEBHOOK_URL_2 }} url: ${{ secrets.WEBHOOK_URL_2 }}
# - -
# name: Invoke deployment hook (worker) name: Invoke deployment hook (temporal_worker)
# uses: joelwmale/webhook-action@master uses: joelwmale/webhook-action@master
# with: with:
# url: ${{ secrets.WEBHOOK_URL_3 }} url: ${{ secrets.WEBHOOK_URL_3 }}
# - # -
# name: Invoke deployment hook (stream_notifications) # name: Invoke deployment hook (stream_notifications)

View File

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