Scheduling Made Easy: A Guide to Setting Up Serverless Cron Jobs

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 17

  • @codewithguillaume
    @codewithguillaume Рік тому +3

    A dental company! :) It reminds me my first Cron job was for an Energy company haha ! Thanks for this Josh

    • @joshtriedcoding
      @joshtriedcoding  Рік тому +2

      Always appreciate your comments. Thanks for sharing!

  • @abidibnazam4462
    @abidibnazam4462 4 місяці тому

    Damn its the easiest solution rather than configuring pg_cron in supabase. Thanks Josh!!

  • @PswACC
    @PswACC 3 місяці тому

    Thanks for sharing this resource. I started looking into EasyCron and found your video.

  • @Martin-s6v8j
    @Martin-s6v8j 8 місяців тому +2

    Shouldn't authentication be essential. Else someone could DOS your app by hammering requests to your database? Great video though.

  • @ibrahimmohurlu
    @ibrahimmohurlu Рік тому

    Hey your videos are great! Very clean explanation thanks for the video😊

  • @27sosite73
    @27sosite73 Рік тому

    great video, frankly

  • @Miguelmigs24
    @Miguelmigs24 10 місяців тому

    Wouldn't it make more sense to create a cron job for each appointment that is scheduled to run at the exact expire time, running a function that takes a specific appointment to invalidate? It would even be better if we, somehow could sync the cron job schedule time with its expire time in the case of change.
    I think this would be a much cheaper and efficient alternative

    • @willi1978
      @willi1978 6 днів тому

      you would need a lot of jobs then. (create jobs for each appointment, then somehow clean up already past cron jobs). i usually prefer simple solutions. i would probably have just called the expiry of the appointments before rendering the webview.

  • @prashlovessamosa
    @prashlovessamosa 4 місяці тому

    Hey Josh can you implement something like this by making small project whenever you have time please consider my request.

  • @solomonogu1393
    @solomonogu1393 Рік тому +2

    Won't you make discord channel so we can be in contact with you
    Am sure we are many on here that have so many questions

    • @webprodigies
      @webprodigies 10 місяців тому

      Hey whats your questions G!

    • @solomonogu1393
      @solomonogu1393 10 місяців тому

      @@webprodigies can't remember it's been a long time😅

    • @webprodigies
      @webprodigies 10 місяців тому

      lol all good G @@solomonogu1393

  • @hamzahix4860
    @hamzahix4860 4 місяці тому

    thank you bro

  • @o.desmilinguido
    @o.desmilinguido 3 місяці тому

    thankssss

  • @judowithkeishin
    @judowithkeishin 6 місяців тому

    tolles video