summaryrefslogtreecommitdiff
path: root/templates/project/jobs/sample.rb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/jobs/sample.rb')
-rw-r--r--templates/project/jobs/sample.rb13
1 files changed, 3 insertions, 10 deletions
diff --git a/templates/project/jobs/sample.rb b/templates/project/jobs/sample.rb
index 3d7bfcd..54a0e60 100644
--- a/templates/project/jobs/sample.rb
+++ b/templates/project/jobs/sample.rb
@@ -1,12 +1,5 @@
SCHEDULER.every '5s' do
- sayings = [
- "That's one trouble with dual identities, Robin. Dual responsibilities.",
- "You know your neosauruses well, Robin. Peanut butter sandwiches it is.",
- "You're far from mod, Robin. And many hippies are older than you are.",
- "We're still over land, Robin, and a seal is an aquatic, marine mammal.",
- "True. You owe your life to dental hygiene.",
- "This money goes to building better roads. We all must do our part."
- ]
-
- send_event('sample', { quote: sayings.sample })
+ send_event('synergy', { value: (rand * 1024).floor })
+ send_event('convergence', { value: (rand * 1024).floor })
+ send_event('paradigm_shift', { value: (rand * 1024).floor })
end \ No newline at end of file