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
It seems that Zope won't start anymore if we try to use the <clock-server> directive in zope.conf
console reports
Error: unknown type name: 'clock-server'
(line 46 in file:///home/sauzher/buildouts/current5/parts/instance/etc/zope.conf)
For help, use /home/sauzher/buildouts/current5/bin/instance -h
zope.conf:
[...]
python-check-interval 1000
<clock-server>
method /Plone/@@tick_hourly
period 3600
user zopeuser
password 123123
host localhost
</clock-server>
[...]
The text was updated successfully, but these errors were encountered:
without looking at the implementation this add-on probably is relying on ZServer asynchronous server.
On the move to Python 3, the ZServer got bumped.
There is hope though, @datakurre has been working on using Twisted and have plone site on top of it. Then we could spin again an asynchronous server that could handle timed events, like this add-on expects 🎉
It seems that Zope won't start anymore if we try to use the
<clock-server>
directive in zope.confconsole reports
zope.conf:
The text was updated successfully, but these errors were encountered: