You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jobs containing args that contain multibyte unicode characters such as emoji can't be run as after they're serialised they do not unserialise correctly.
The text was updated successfully, but these errors were encountered:
I’ve started working on a third version of the DB scheme in #86 to account for the new preflight filters.
I might split it out the DB upgrade in to its own PR and incorporate this to avoid multiple upgrade steps.
WordPress core does some voodoo to support multibyte characters in older versions of MySQL.
I figure we can leave out the voodoo and limit the check to make sure the server supports multibyte characters. Without such support, Cavalcade doesn’t support the characters in arguments
Jobs containing args that contain multibyte unicode characters such as emoji can't be run as after they're serialised they do not unserialise correctly.
The text was updated successfully, but these errors were encountered: