Conrad Lara
Conrad Lara
Tested in themeaprks 5.1.34: Doing some testing I believe the issue with not fetching today is in BuildOpeningTimesResponse() in /lib/park.js // resolve with our new schedule data return Promise.resolve(this.Schedule.GetDateRange({ startDate:...
Did some additional debugging, While trying to find out why 2 days are returned I believe the endDate line should also be changed to: Moment().add(this[sScheduleDaysToReturn]-1, 'days').tz(this.Timezone), To handle both the...
For those who come across this in the future, the following log lines are most relevant to determine why a task definition is being created ``` INFO c.c.j.p.amazonecs.ECSService#registerTemplate: Match on...
Please remember that Debian (and other distros) do backport security fixes to older versions as part of their stability and security process. Looking at the latest image the version of...