Sander van Dragt

Results 33 comments of Sander van Dragt

I triggered this on episode 46: ``` TASK [deploy haproxy config] ************************************************************************************** fatal: [lb]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'lb'"} to retry, use: --limit...

Does this project have multiple webservers? My approach was going to be to put an key constraint on hook + args + site so that a second instance of the...

Hey folks. We run this and have the same problem. Cavalcade assumes all failed jobs need to be investigated and manually resumed otherwise they don’t run again. On the other...

Was looking into this for a little bit (distractions). So without Cavalcade, WordPress gets the crons from an option within `_get_cron_array()` ([docs](https://developer.wordpress.org/reference/functions/_get_cron_array/)). Cavalcade uses a db query inside the same...

If maintaining both a mobile version of the site and an iOS app becomes too resource intensive I hope the mobile version of the site remains the priority as it’s...

FTP is insecure, does the project want to support that as a deployment method when rsync can use ssh and is simple to setup?

I agree with Fränk main problem for me is that it's bypassing filters. For example: the `"default_{$meta_type}_metadata"` filter for post meta. Plugins and other first/third party code rely on these...

``` ├─┬ @wordpress/[email protected] └─┬ @wordpress/[email protected] └── [email protected] ``` vs >npm WARN [email protected] requires a peer of [email protected] but none is installed. You must install peer dependencies yourself. Using this package...

https://stackoverflow.com/a/28808411 should help with the porting effort