Not able to scan all the files for virus on production

cancel
Showing results for 
Search instead for 
Did you mean: 
ayushi_agrahari
Active Member II

Not able to scan all the files for virus on production

Hi,

I have successfully made the project for scanning the files for antivirus by clamav by following the links Antivirus and 

How to Schedule a Custom Action? 

It is running perfectly on local but when I have deployed the amps on the production,the scheduler scans only some files and not all at once.I am not able to figure out why this is so.

Anyone plz guide me in this direction.Is this the behaviour of scheduler or if there is any bug in the code?

Ihave put the crown job

<!– Execute every day at 10p.m
        <property name="cronExpression">
             <value>0 0 22 * * ?</value>
        </property>

    in scheduled-services-context.xml to execute the scheduler to run everyday at 10pm

1 Reply
angelborroy
Alfresco Employee

Re: Not able to scan all the files for virus on production

You can use alfviral: https://github.com/fegorama/alfviral

It should be easier to configure.

Hyland Developer Evangelist