This file contains hidden or 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
| You are helping me create an OpenTable availability watcher using OpenClaw. Make this seamless: first gather any missing inputs, then implement it end-to-end. | |
| Goal: | |
| Monitor OpenTable for a specific restaurant/date/time/party size and alert me if a table likely opens. Do not auto-book. | |
| First, collect these inputs from me. If I already provided any, do not ask again: | |
| 1. Restaurant OpenTable URL, restaurant name, or experience URL | |
| 2. Desired date | |
| 3. Desired time or acceptable time window | |
| 4. Party size |
This file contains hidden or 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
| # Notify Honeybadger of errors in DelayedJob workers | |
| # in /config/initializers/ | |
| # http://stackoverflow.com/a/14172132/1332687, https://gist.github.com/2223758 | |
| # modified | |
| module Delayed | |
| module Plugins | |
| class Honeybadger < Plugin | |
| module Notify | |
| def error(job, error) |