Distributed Scheduling with JobRunr and Spring Boot

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

КОМЕНТАРІ • 24

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

    Grab the code here axgr.dev/posts/spring-jobrunr/?

  • @arajalali
    @arajalali 7 місяців тому

    Cool. I love it that you do a no-nonsense explanation. Thank you. Well done.

  • @krishnanvenkat4426
    @krishnanvenkat4426 2 роки тому +1

    High-quality content! You are going to blow up in popularity for sure.

    • @alexgutjahr
      @alexgutjahr  2 роки тому

      Thanks Krishnan! Glad you like it!

  • @petyapetrova9956
    @petyapetrova9956 7 місяців тому

    Thanks, can I use this for daily scraping with over 1 million products, may be more?

  • @ianwanjala8621
    @ianwanjala8621 16 днів тому

    hey, nice stuff, will the scheduled repeat every 30 seconds or will it happen only once?

  • @benjamine.ndugga729
    @benjamine.ndugga729 8 місяців тому

    I'd love to see how you spin 3 instances and where the 1st one is a leader and the other 2 are workers. Then if the leader dies then another instance is elected to lead

    • @alexgutjahr
      @alexgutjahr  7 місяців тому

      Yeah, I guess I could do a follow-up video here, thanks!

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

    can we have one job background server for different microservice as it in not getting picked but the job runnr n both the jobs are failing

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

    Hey Alex,
    thank you for your presentation.
    How many Jobs (fire&forget) can be put into the queue ? If I have 3 instances of my application running, I suppose the enqueued jobs will be spread over the instances, right ?

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

    good. what about orcestration? if we have 3 instances of application?

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

      Shouldn't be an issue since jobs are synchronized via the database. If all instances share the same database then you are good.

  • @damilolaodunbaku5126
    @damilolaodunbaku5126 2 роки тому

    Just what i needed

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

    Getting following error
    Description:
    Parameter 0 of constructor in com.example.demo.JobController required a bean of type 'org.jobrunr.scheduling.JobScheduler' that could not be found.

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

    Good job 👍

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

    Hey, thanks for great video content!
    Could you share which plugin do you use for code auto-complete / auto-suggestion and is it free?

    • @alexgutjahr
      @alexgutjahr  Рік тому +1

      Hey sure! I usually use IntelliJ IDEA (which has a free and a paid version). I recently switched to Neovim and configured the plugins myself - these are all free to use.

  • @prashantmeena6137
    @prashantmeena6137 2 роки тому

    Great video

  • @muratyayla7060
    @muratyayla7060 7 місяців тому

    thanks for great content! maybe it would be better without background music, just a recommendation :)

  • @helgesverre
    @helgesverre 2 роки тому +1

    Background music is too loud.

    • @alexgutjahr
      @alexgutjahr  2 роки тому

      Noted, thanks for the feedback Helge!