-
currently the cli argument parsing is too simple. It doesn't support elaborate nesting. Ultimately would like to support commands that operate like:
Add a job:
```
bldr job add '{
"name": "job-n…
-
I setup so 2 meteor apps sharing the same database. And most of the times, both apps can still run the same job at the same time. This package doesn't prevent the second server from starting the same …
-
# Summary
Instead of having all the UI pages in one bundle, we can code split out certain pages that are either quite large (e.g. have a lot of code or deps) or less-used.
## Use Cases
- To l…
-
In `AndFieldValueGenerator`, in the function
```
protected List generateCandidatesNotIncludingIntervalExtremes(int start, int end)
```
there is a try/catch which just logs the exception and retur…
-
### Issue Description
Hi. I use sidekiq and sidekiq-cron
Is this error from Sentry Servers?
## initializers/sentry.rb
```ruby
Sentry.init do |config|
config.dsn = ENV['SENTRY_DSN']
config.brea…
-
**Is your feature request related to a problem? Please describe.**
yes, my project want to set cron like The 50th second of every minute,but canot to finish it. because asynq no opt to set cron opt. …
-
I understand that some _may_ need this, but given the triviality of the implementation, and how useless it is in the browser, why does this method actually exist in this package? Of course, who cares …
-
Hi,
after successful `vagrant up` failed the provision with following error:
```
==> machine11: Error: Could not autoload puppet/parser/functions/array_true: Unable to activate activesupport-4.…
-
This is already added, but commented out.
There are a few edge cases regarding bad cron formats / cron formats far into the future that were causing the functionality to not work well, so it was comm…
Marak updated
10 years ago
-
I like combine or caclulate some values for MQTT output.
For example values from tibberpulse:
- source: pulse.currentL1
topic: TibberPulse/currentL1
- source: pulse.currentL2…