-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously CI didn't have an execution queue, thus, every request sent when CI was running was disregarded. This pr implements a queue of requests for CI to resolve this issue. Commit log: * Save performance in ci * Add flask to install * Allowed for public linting of unauthorized users * Starting the queue * Start to fixing the queue problem * Added run mode for future advancements * Major fixes to ci list system * Remove debug lines * Clean up definitions * Remove exit statement * Add error handling in run_ci and fix docs * Create polling thread for requests * Delete new line * Account for run mode from #140 * Errors are much more difficult in threads :( * Smarter than using tuples * Added event-based handling instead of polling * Let request handler clears event
- Loading branch information
Showing
1 changed file
with
68 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters