-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance scheduling functionality and add unit tests #242
base: main
Are you sure you want to change the base?
Enhance scheduling functionality and add unit tests #242
Conversation
…ayer-functionality-and-UI Enhance video player functionality and UI
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
d274a6a
to
817869e
Compare
This pull request was created by Sweep to resolve the following request by @KristopherKubicki:
Continue chatting at https://sweep-chat-demo.vercel.app/c/19e2d004-b7ac-49ce-8ef9-5199dfc46d18.
Purpose
This pull request enhances the scheduling functionality of the Glimpser application and adds comprehensive unit tests to ensure the reliability and correctness of the scheduling logic.
Description
The changes in this pull request include:
schedule_crawlers
function to schedule jobs for each camera template, with the appropriate frequency and parameters.init_crawl
to schedule an initial crawl job.schedule_crawlers
function, including:add_job
function, such as the function to be executed, the trigger type, the frequency, and the job ID.init_crawl
function.Summary
schedule_crawlers
function to schedule jobs for each camera templateinit_crawl
function to schedule an initial crawl job