-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Blazer checks notifications (#710)
* Set proper hosts in all environments and enable checks in development * All blazer checks will be run every 5 minutes * Wrap Blazer command in a scheduled job
- Loading branch information
Showing
8 changed files
with
23 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# frozen_string_literal: true | ||
|
||
module Blazer | ||
class RunAllChecksJob < ApplicationJob | ||
def perform | ||
Blazer.run_checks | ||
end | ||
end | ||
end |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
/A2WQYCHoUBaHaAaCVxv8cwlFtjiQG4dqudUD+fhdwK4nSVrjIbAG4XFgP2Exu3n4oZ4354BawF2NGs0YFbAF5QiDAt68BdCkbFio0JfxmiN0BkbzZiFON3tVjR7gm8Ql1BcIb062FIVawsGxUReIrMTSmPCYGx/2gqtkF0AIR3iTddEQNwwRbqonoeFxo3BZFBO2BoINMU5B+17S67822llQ0d20kbp7KXdO0hyRbNVUA/qMEwh+Zx2PoO14aotgNJozcSplFPRwZs6btpgX8YIVLBhbCGy/IqlIe8JH58yN9cnEhv1wZ4o39lo8XdMAidXTFB+11Z4Pcs3RWOzPLOrHZc0nS4i4l118vrYoWm7j9GmldtUlmuy/8+4HdZnxeDmuuC/Gz9eSMEy1evTw6L8+RYhHtaKOgSwn3jBxo30QtLeSgChNY1TryhEFrbtrXnwz+d5My39rv+ZecMx60/sbI6E3HiUmfICFG/5bAh8V334YW9r2f1el0OUGngteeawMh2xDAwqIqRay/dTeHIGGV9xU69B6xo7/HYunqZQEidm6w2Waq6bn91Fnl7mnLra3/DgaF3UM3/4AOc4sXGt2hTHW6VZnvx4nly1n3zDO1P5vYLIWtYjQGmiA+oJi7y50tclE6IWUQqyHP4XuOzPkY26mLscKs0Xx0/DoMWrhOvkSHJSlDQyJadAZnLE1FHT+x/yjBkB0GpjFckfzb31aq8sBlDl1z+rwgDDvtxy2MuqlWClxOdDOUYrmJ++P2C83ZsKCxp1Uw==--J+SYJeQvI8aoh+Cr--i9XuCVyI/6957EfHQhAg6Q== | ||
4W4Uh3sB5DtiSASZHEYuZNTwqLi3sykMUAdKvVuIgpRlFcDkXwnonFYF0e3AWTGfzJOdfQfOTsh1D1knIoGBmsuq8eWJSbNy8fg0K+9hT4XC33I/N0QOc9vil/cf74IB6VRGKdEEsWg3QeMTyltnsSIfLiK70PfbqqwmYSq5BXefVsD8scBVXODHvQVNd+alAFzUcDnR23tgSHmggFqyC46NWirQSJVZnD1rwNpqzzl9f24E9X0/nM0tlTo7gYvkWodef0a6KpwUZCP7vRw/FQ8QAnQDhdF0Q8k9o+fsA3fSZgcJboDNhE2oPFHINI/u01awCAv6Gde6jKclSzlGaw2TMSrvkNluut5zlQEQ0MWCAHMY3cOJMbBM9Zciw28OrLbmWceF/Bv7txZM70pNnNGUj2zNEmw6UpAXbcJTIKSgSvidYZldF35e7hvzbJOUW+3GsVAoNTf8QMQ0acaSQEWXfAw4e6kCQ0fDSmS+YrYaIZgAmybVLm6wLW4cLQqDZx0IrmvqVFE58bEYvtc1y27l7vL0ozwYqyt1dFrIi0UuX92FO9pwsI61q1epItad6qF06f1KttkYhe5/0TNk+jA/PpAQlj4oIHoE5VIsljA5++tIxxqoagd2PAthesCyN/U3fxmNYpQevpnYrT8E8AaGr0H0w9M8VZB0CEoFdMDba5wiQL5FuIOYmQUXbk4x5aZfQLFgT/kPEvqfGSgj9zfeIH6+a0wDbMgvMASzCJ/s3ZGAkh3T8hPSGZyCq6lbibq6VKN+csbrjORRY9Ri54D0jswsienvQlINqoYTQgIkm0HthCkpqIRO5tZqsDDUVB/Emo0nlfQ2jksi360+ZhuRSzlBsYg6sgCSwp+/E4OUbB7h5W40cAA6xiFkFD8kVUhYG9pRxHFSPv8IoeR2DeMY6246sm4S--8RhFlA+1NKBmXppM--9lutNkVPjH//qHrW0OtBJg== |
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
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
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
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