Skip to content

Yue1Harriet1/streamlitrq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

streamlitrq

This package is inspired by tasklit and expands its capabilities in:

  • not just scheduling command line task but more general task defined from user interface, expecially about generative AI tasks.

  • using task queue utilities such as rq for background process.

Procedures:

  1. submit_job: pass user input

    • input: function, function_input, start_task_id
    • call start_scheduler_process function
  2. start_scheduler_process:

    • start redis server
    • start rq worker
    • call schedule_process_job function
  3. schedule_process_job:

    • schedules config: Once or Now
    • call execute_job function
  4. execute_job:

    • enqueue task function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages