Joey Aghion
Joey Aghion
I don't know a great way to abstract the restart command from the `custom_env_template` definition _while also skipping it when there are no changes_. At worst, I suppose this cookbook...
Sorry for the delay @alexchumak. We use this cookbook for utility/worker instances as well, but we take a slightly different approach. The recipes are factored apart such that non-app server...
This is a possibility, although I haven't confirmed the thread-safety of dependencies. I'd be happy to take a look if you were interested in contributing code around this. In my...
I haven't used Opsworks' environment variables feature because they were limited in number and/or length. (I don't recall which... and it's possible they've been fixed in the meantime.) I'd happily...
I could see this working. It's similar to what we accomplish with figaro, described above. If you do want to update the monit configuration that this cookbook writes out, I...
I'm not actively working on spidey at the moment, but future work could certainly take it in this direction. Specifically, to: 1. refactor the internals to support multiple crawling "providers,"...
@wrgoldstein I think you're correct that that would _work_, but it's just impractical to declare a new version _and_ update all the `as_json` calls each time the schema changes. I...
@wrgoldstein and I worked on this a little. Automatically "fingerprinting" the `json_fields` declaration is impractical because of all the `lambda`s... I don't know of a way to consistently digest their...
The case for doing this on a per-field basis is interesting but not one I'd thought of. My use case involves a model that changes frequently enough and is sensitive...