diff options
author | Alan Rominger <arominge@redhat.com> | 2023-08-10 20:43:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 20:43:07 +0200 |
commit | 284bd8377a2be85ab0ab163e9bd4d670be5085d0 (patch) | |
tree | 5cf618fc30a7384ba16d3958d0136bb8c52788b5 /licenses | |
parent | Add in an async task to migrate the data over (diff) | |
download | awx-284bd8377a2be85ab0ab163e9bd4d670be5085d0.tar.xz awx-284bd8377a2be85ab0ab163e9bd4d670be5085d0.zip |
Integrate scheduler into dispatcher main loop (#14067)
Dispatcher refactoring to get pg_notify publish payload
as separate method
Refactor periodic module under dispatcher entirely
Use real numbers for schedule reference time
Run based on due_to_run method
Review comments about naming and code comments
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/schedule.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/licenses/schedule.txt b/licenses/schedule.txt deleted file mode 100644 index 7c51781e88..0000000000 --- a/licenses/schedule.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2013 Daniel Bader (http://dbader.org) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. |