Skip to content

Commit

Permalink
Add forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Mar 1, 2018
1 parent 1d7da44 commit 70fb4df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions constants.php
@@ -0,0 +1,17 @@
<?php
// No sense is given nor necessary for those constants, as soon as
// there's no colision.
define("PGQ_EVENT_OK", 1);
define("PGQ_EVENT_FAILED", 2);
define("PGQ_EVENT_RETRY", 5);
define("PGQ_ABORT_BATCH", 11);

/**
* log levels
*/
define("FATAL", 60);
define("ERROR", 50);
define("WARNING", 40);
define("NOTICE", 30);
define("VERBOSE", 20);
define("DEBUG", 10);

0 comments on commit 70fb4df

Please sign in to comment.