How do I start the `scheduler` on Hugging Face Space for indexing repositories?
I'm using Hugging Face Spaces with a Dockerfile that includes my config.toml
for defining repositories to be indexed. However, the Code Browser shows No indexed repository yet
. How can I start the scheduler
to index these repositories in Hugging Face Space?
Pascal Garber
Asked on Jan 30, 2024
The current Hugging Face Spaces template may not easily integrate with the Tabby Scheduler, as it necessitates a separate process. This would require users to incorporate a Supervisord within the container to successfully execute the Tabby Scheduler. It is being worked on as part of --webserver
, where the main process will spawn the scheduler subprocess automatically by an interval, and visualize the output in a web UI. Depending on your timeline, it's likely that this feature will be delivered by version 0.10, around the end of February. The tracking issue for this feature is TabbyML/tabby/issues/1261.