silverstripe / cwp-core

CWP basic compatibility module
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Solr does not work OOTB with Silverstripe Cloud #96

Closed brettt89 closed 1 year ago

brettt89 commented 3 years ago

CWP Core recipe defines default CWP configuration for Solr. However this only applies to Revera based hosting. Cloud platforms do not have the same configuration meaning developers are needing to overwrite these settings in order to get Solr to work.

Silverstripe Cloud

All these changes are required currently just to get Solr working with the CWP Recipe on Silverstripe Cloud.

brynwhyman commented 3 years ago

Requires manual implementation of QueuedJobs runner

Hi @brettt89, just double checking what's required here. Are you referring to this:

.platform.yml:

crons:
  queuedjobs_task:
    time: '* * * * *'
    sake_once: "dev/tasks/ProcessJobQueueTask"
    vhost: "mysite"
brettt89 commented 3 years ago

Hi @brynwhyman ,

Yes that is correct, though I don't think that one specifically is an issue with the Recipe (more something we need to call out as needed when running Solr on Platform. So you can probably ignore that part of it - Am discussing it with team at the moment, I had initially copy/pasted this from internal documentation).

maxime-rainville commented 1 year ago

Solr is on the way out.