
#Rqscheduler how to#
RQ and RQ Scheduler will be used to execute a function that sends a text message notification using the Twilio API at a given datetime.Īt the end of my talk, I will send a text message containing the code I wrote, and a walkthrough on how to get it running to all of the audience members who interacted with the live-coded web application from my session. This plan includes everything in Premium, a dedicated Account Manager, and discounts on optional business tools, such as Square Online, Square Marketing, Square Payroll, and more. In the Django app built during this talk, Redis will be used to store subscriber information such as a user’s phone number and geolocation. Custom pricing is available for businesses that process over 250K per year. Send text message notifications using the Twilio SMS API.Access client-side geolocation data using JavaScript.Respond to webhook requests with Django.Integrate RQ and RQ Scheduler into a Django web application.Use RQ Scheduler to schedule tasks to be performed at a specific datetime.Use Redis Queue as a lightweight alternative to Celery for executing asynchronous tasks.Access and interpret data from the ISS Open Notify API on the exact timing on when the ISS will next pass a given geolocation.

In this session, attendees will learn how to: I will cover step by step how to build a web application that notifies users via text message when the ISS is passing over them. Given a location on Earth (latitude, longitude) the ISS Open Notify API will compute the next n number of times that the ISS will be overhead. The international space station (ISS) is an orbital outpost circling high above our heads. Have you ever looked up at the sky and wondered if the International Space Station was flying by at that moment? In this live coding adventure we will cover the basics of scheduling tasks with RQ in Django by building a web app that sends you text messages whenever the ISS passes by your location. Sam Agnew Audience Level: All Watch: Overview Tracking the International Space Station in Django with Redis-Queue and RQ Scheduler
