diff --git a/bin/processed_videos.json b/bin/processed_videos.json index 80a1a5a..47ad2be 100644 --- a/bin/processed_videos.json +++ b/bin/processed_videos.json @@ -47,6 +47,7 @@ "RyuHaVXw2OU", "SOtB_CfQ4Y4", "Stb5OrSkJZc", + "TV7jHHpvGvA", "TcI72JDgx9Q", "Tdjszje_-tA", "TnadM7rPqyA", diff --git a/content/videos/2024-11-22-huey-background-worker-building-saas-207.md b/content/videos/2024-11-22-huey-background-worker-building-saas-207.md new file mode 100644 index 0000000..ecf98f1 --- /dev/null +++ b/content/videos/2024-11-22-huey-background-worker-building-saas-207.md @@ -0,0 +1,15 @@ +--- +title: "Huey Background Worker - Building SaaS #207" +description: "In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. I switched how environment configuration is pulled and converted cron jobs to use Huey as a background worker. Then I integrated Kamal configuration and walked through what the config means." +image: img/2024/TV7jHHpvGvA.jpg +video: https://www.youtube.com/embed/TV7jHHpvGvA +type: video +categories: + - YouTube + - Python + - Django +tags: ['Python', 'Django', 'SaaS', 'Heroku', 'DigitalOcean', 'Huey', 'Kamal'] + +--- + +In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. I switched how environment configuration is pulled and converted cron jobs to use Huey as a background worker. Then I integrated Kamal configuration and walked through what the config means. diff --git a/static/img/2024/TV7jHHpvGvA.jpg b/static/img/2024/TV7jHHpvGvA.jpg new file mode 100644 index 0000000..a205723 Binary files /dev/null and b/static/img/2024/TV7jHHpvGvA.jpg differ