Problem/Motivation

On my local environment I debug why it was impossible to have the warmer working.

I found out it was due to SSL validation but I had the verify checkbox unchecked.

I ended up finding that it was the type, 0 instead of FALSE passed in the objects so Guzzle was not taking that into account.

But schema file was ok.

When on config inspector I found cdn and sitemap plugins absolutely not detected, I gave a look at the file name.

Happy copy/paste :D

I will make a MR in the hour. Just some last tests before.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#5 3240874-4.patch1.27 KBgrimreaper

Issue fork warmer-3240874

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Grimreaper created an issue. See original summary.

grimreaper’s picture

maxConcurrentRequests is not in the schema.

grimreaper’s picture

Title: Incorrect name of config schema file hance verify wrongly typed » Incorrect name of config schema file hence verify wrongly typed

grimreaper’s picture

Version: 2.0.2 » 2.x-dev
Assigned: grimreaper » Unassigned
Status: Active » Needs review
StatusFileSize
new1.27 KB

MR created.

Here is the patch for stable composer reference.

Thanks for the review.

e0ipso’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for fixing this!

  • e0ipso committed c3e18cc on 2.x authored by Grimreaper
    Issue #3240874 by Grimreaper, e0ipso: Incorrect name of config schema...
e0ipso’s picture

Status: Reviewed & tested by the community » Fixed

Merged!

grimreaper’s picture

Thanks for the quick merge :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.