verbb / icon-picker

A Craft CMS field to select SVG or font icons from a folder for use in your content.
Other
17 stars 8 forks source link

Generating icon cache queue job failing #87

Open siebird opened 5 months ago

siebird commented 5 months ago

Describe the bug

We're getting consistent icon cache queue job failures.

Error The process has been signaled with signal "15".

Steps to reproduce

  1. Trigger an icon cache regeneration

Craft CMS version

4.7.1

Plugin version

2.0.16

Multi-site?

No

Additional context

No response

engram-design commented 5 months ago

How do you run your queue? According to https://github.com/craftcms/cms/issues/9647 "Signal 15" indicates the process has been gracefully terminated. It might be a server resource thing?

How large are your icon sets? As in, what types of icon sets are they, and the number of icons (individual files, or otherwise)? It could just be that your icon sets are quite large.